lcFilletSetLines Home

Defines 2 lines for fillet arc.

 BOOL lcFilletSetLines (
   double L1x0,
   double L1y0,
   double L1x1,
   double L1y1,
   double L2x0,
   double L2y0,
   double L2x1,
   double L2y1
 );

Parameters
L1x0 L1y0
  Start point of 1st line.
L1x1 L1y1
  End point of 1st line.
L2x0 L2y0
  Start point of 2nd line.
L2x1 L2y1
  End point of 2nd line.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcFillet,   lcFilletGetPoint